entry n. 1.進(jìn)入,入場(chǎng);入城;(演員)出場(chǎng)。 2.入口;門(mén)口。 3.通道,路口;河口。 4.登記;記載;申報(bào);記錄;記載事項(xiàng),項(xiàng)目,條目。 5.參加;(比賽的)參加人名單。 6.(海關(guān))報(bào)關(guān)手續(xù),報(bào)單。 7.【法律】對(duì)土地的侵占;對(duì)家宅的侵入。 8.【計(jì)算機(jī)】輸入項(xiàng)目。 a triumphal entry 凱旋入城。 a port of entry 報(bào)關(guān)海港[口岸]。 double[single] entry 復(fù)[單]式簿記。 wordentry (詞典的)詞條。 entry for consumption 進(jìn)口貨物報(bào)單。 entry for free goods 免稅貨物報(bào)單。 make an entry (in) 記入,登記。 make one's entry 出場(chǎng)。
function n. 1.功能,官能,機(jī)能,作用。 2.〔常 pl.〕職務(wù),職責(zé)。 3.慶祝儀式;(盛大的)集會(huì),宴會(huì)。 4.【數(shù)學(xué)】函數(shù);與其他因素有密切關(guān)系的事。 The function of the ear is to listen. 耳的功能是聽(tīng)。 the function of education 教育的功能。 discharge one's functions 盡職。 the functions and powers of the National Congress 全國(guó)代表大會(huì)的職權(quán)。 a controllable function【火箭】遙控程序。 public [social] function招待會(huì),文娛晚會(huì),社交集會(huì)。 vital functions 生命機(jī)能。 vi. (器官等)活動(dòng),(機(jī)器等)運(yùn)行,發(fā)揮作用。 function as teacher 擔(dān)任教師。 a sofa functioning as a bed 兼當(dāng)床用的沙發(fā)。 The lathe doesn't function well. 這臺(tái)車(chē)床有毛病。 function digit [letter] 【計(jì)算機(jī)】操作數(shù)碼[字碼]。
function of function迭函數(shù); function合成函數(shù); 元函數(shù)
Before - immediately before the target function entry -緊在目標(biāo)函數(shù)入口的前面。
Before - immediately before the target function entry -緊在目標(biāo)函數(shù)入口的前面。
Immediately after the target function entry -緊在目標(biāo)函數(shù)入口的后面。
Pointer to the mapped function entry point 指向被映射函數(shù)入口點(diǎn)的指針
The address is a function entry address that is , this function was called ,那么這個(gè)地址就是一個(gè)函數(shù)的入口地址(也就是說(shuō),您正在調(diào)用這個(gè)函數(shù)) 。
Forces parameters passed in registers to be written to their locations on the stack upon function entry 強(qiáng)制將在寄存器中傳遞的參數(shù)寫(xiě)入它們?cè)诙褩I虾瘮?shù)入口上的位置。
On function entry , the allocated space is loaded with a security cookie that is computed once at module load 在進(jìn)入函數(shù)時(shí),用安全cookie (它在模塊加載時(shí)計(jì)算一次)加載分配的空間。
So , now you can provide profiling functions to gcc that it will transparently insert into your application s function entry and exit points 因此,現(xiàn)在您就可以為gcc提供一些分析函數(shù)了,這些函數(shù)可以透明地插入應(yīng)用程序中的函數(shù)入口點(diǎn)和函數(shù)退出點(diǎn)。
You have many options , but for the sake of simplicity , just write the addresses to a file , noting which addresses are function entry and which are exit see listing 2 您有很多選擇,但是為了簡(jiǎn)便起見(jiàn),可以將這個(gè)地址簡(jiǎn)單地寫(xiě)入一個(gè)文件,要注意哪個(gè)地址是函數(shù)的入口地址,哪個(gè)地址是函數(shù)的出口地址(參見(jiàn)清單2 ) 。